39 #include "node_util.h"
94 const char **r_disabled_hint);
General operations, lookup, etc. for materials.
ID and Library types, which are fundamental for sdna.
Object is a sort of wrapper for general info.
_GL_VOID GLfloat value _GL_VOID_RET _GL_VOID const GLuint GLboolean *residences _GL_BOOL_RET _GL_VOID GLsizei GLfloat GLfloat GLfloat GLfloat const GLubyte *bitmap _GL_VOID_RET _GL_VOID GLenum type
Contains defines and structs used throughout the imbuf module.
Read Guarded memory(de)allocation.
SyclQueue void void size_t num_bytes void
static const pxr::TfToken out("out", pxr::TfToken::Immortal)
static void exec(void *data, int UNUSED(thread), bNode *node, bNodeExecData *execdata, bNodeStack **in, bNodeStack **out)
static void texfn(float *result, TexParams *p, bNode *node, bNodeStack **in, MapFn map_inputs, short thread)
void ntreeReleaseThreadStack(struct bNodeThreadStack *nts)
struct TexCallData TexCallData
void tex_input_vec(float *out, bNodeStack *in, TexParams *params, short thread)
struct bNodeTreeExec * ntreeTexBeginExecTree_internal(struct bNodeExecContext *context, struct bNodeTree *ntree, bNodeInstanceKey parent_key)
float tex_input_value(bNodeStack *in, TexParams *params, short thread)
struct bNodeThreadStack * ntreeGetThreadStack(struct bNodeTreeExec *exec, int thread)
void tex_input_rgba(float *out, bNodeStack *in, TexParams *params, short thread)
void(* TexFn)(float *out, TexParams *params, bNode *node, bNodeStack **in, short thread)
void tex_node_type_base(struct bNodeType *ntype, int type, const char *name, short nclass)
void ntreeTexEndExecTree_internal(struct bNodeTreeExec *exec)
struct TexDelegate TexDelegate
bool tex_node_poll_default(struct bNodeType *ntype, struct bNodeTree *ntree, const char **r_disabled_hint)
bool ntreeExecThreadNodes(struct bNodeTreeExec *exec, struct bNodeThreadStack *nts, void *callerdata, int thread)
void params_from_cdata(TexParams *out, TexCallData *in)
struct TexParams TexParams
void tex_output(bNode *node, bNodeExecData *execdata, bNodeStack **in, bNodeStack *out, TexFn texfn, TexCallData *data)
bNodeStack * in[MAX_SOCKET]