Searched refs:cmd_name (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_extensions.py194 cmd_name = cmd.get("name")
195 if cmd_name:
196 if commands_type[cmd_name] in ("VkDevice", "VkCommandBuffer", "VkQueue"):
197 entry.device_commands.append(cmd_name)
198 elif commands_type[cmd_name] in ("VkPhysicalDevice"):
199 entry.pdevice_commands.append(cmd_name)
201 entry.instance_commands.append(cmd_name)
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/layers/
H A Dradv_sqtt_layer.c414 #define EVENT_MARKER_ALIAS(cmd_name, api_name, ...) \
418 radv_Cmd##cmd_name(__VA_ARGS__); \
422 #define EVENT_MARKER(cmd_name, ...) EVENT_MARKER_ALIAS(cmd_name, cmd_name, __VA_ARGS__);
610 #define API_MARKER_ALIAS(cmd_name, api_name, ...) \
613 radv_Cmd##cmd_name(__VA_ARGS__); \
616 #define API_MARKER(cmd_name, ...) API_MARKER_ALIAS(cmd_name, cmd_name, __VA_ARGS_
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_rast_debug.c59 static const char *cmd_name(unsigned cmd) function in typeref:typename:const char *
118 cmd_name(head->cmd[i]),
266 debug_printf("%c: %15s", val, cmd_name(block->cmd[k]));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_rast_debug.c72 static const char *cmd_name(unsigned cmd) function in typeref:typename:const char *
183 cmd_name(head->cmd[i]),
390 debug_printf("%c: %15s", val, cmd_name(block->cmd[k]));
/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daubinator_viewer_decoder.cpp831 const char *cmd_name; member in struct:custom_decoder
927 if (strcmp(inst_name, info_decoders[i].cmd_name) == 0) {
942 if (strcmp(inst_name, display_decoders[i].cmd_name) == 0) {
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Daubinator_viewer_decoder.cpp835 const char *cmd_name; member in struct:custom_decoder
931 if (strcmp(inst_name, info_decoders[i].cmd_name) == 0) {
946 if (strcmp(inst_name, display_decoders[i].cmd_name) == 0) {
/xsrc/external/mit/MesaLib.old/dist/src/intel/common/
H A Dgen_batch_decoder.c766 const char *cmd_name; member in struct:custom_decoder
869 if (strcmp(inst_name, custom_decoders[i].cmd_name) == 0) {
/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dintel_batch_decoder.c1297 const char *cmd_name; member in struct:custom_decoder
1419 if (strcmp(inst_name, custom_decoders[i].cmd_name) == 0) {

Completed in 14 milliseconds